(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <exec/io.h>
#include <proto/alib.h>
#include <proto/exec.h>
void DeleteStdIO()
SYNOPSIS
struct IOStdReq * io
FUNCTION
Delete a structure which was created by CreateStdIO().
INPUTS
io
The value returned by CreateStdIO(). Must be
non
NULL.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
CreateStdIO()
INTERNALS
HISTORY
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Create standard and extended IO structures